home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2011 August
/
SAN CD 8-2011 CD-ROM 75.iso
/
pc
/
issueMedia
/
Software
/
NeatImage_Mac
/
NeatImageSL.Intel.pkg.dmg
/
NeatImageSL.Intel.pkg
/
Contents
/
Resources
/
postflight
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-05-29
|
267 b
|
9 lines
#!/bin/sh
SYS_PLIST='/Library/Preferences/com.absoft.NeatImage SL'
INSTALL_ID=`defaults read "${SYS_PLIST}" InstallID 2> /dev/null`
if [ $? == 0 ]
then
defaults write "${SYS_PLIST}" InstallID $((INSTALL_ID + 1))
else
defaults write "${SYS_PLIST}" InstallID "1"
fi